Leadtools.Dicom Namespace > DicomNet Class > SetIsclAuthenticationData Method : SetIsclAuthenticationData(Byte[],Int32) Method |
'Declaration Public Overloads Sub SetIsclAuthenticationData( _ ByVal buffer() As Byte, _ ByVal length As Integer _ )
'Usage Dim instance As DicomNet Dim buffer() As Byte Dim length As Integer instance.SetIsclAuthenticationData(buffer, length)
ObjectiveC Syntax
public: void SetIsclAuthenticationData( array<byte>^ buffer, int length )
The authentication data is data exchanged in plain text. After the mutual authentication process, the communication entities can verify the authentication data of the other entity (client or server) and, if the authentication data is wrong, can close the connection.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DicomNet Class
DicomNet Members
Overload List
SetIsclAuthenticationData(IntPtr,Int32) Method
SetIsclDefaultSigningMode Method
SetIsclDefaultEncryptionMode Method
SetIsclMaxCommunicationBlockLength Method
SetIsclMaxMessageLength Method
SetIsclMutualAuthenticationAlgorithm Method
SetIsclMutualAuthenticationKey Method
SetIsclIndexForMutualAuthentication Method
SetIsclEncryptionKey Method
SetIsclEncryptionKeyIndex Method